home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3833 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ping.be!news
  2. From: Bart.Uyttenhove@ping.be (Bart Uyttenhove)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Cyber-programming problem
  5. Date: 25 Feb 1996 11:21:00 GMT
  6. Organization: PING Belgium
  7. Message-ID: <926.6629T728T393@ping.be>
  8. NNTP-Posting-Host: dialup24.brugge.eunet.be
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  10.  
  11. Hello,
  12.  
  13. A few days ago, I wanted to make a little testprogram using the cybergraphics
  14. libraries. So I did, at first is seemed to work fine, but then???
  15.  
  16. This is what I do:
  17.  
  18. Open a cybergraphics screen 800*600*24 using the sybergraphics
  19. screenrequester:
  20.  
  21.   result= CModeRequestTagList(requester,tagitem);
  22.   CyberScreen = OpenScreenTags(NULL, SA_DisplayID, result, TAG_END);
  23.   result=FillPixelArray(&CyberScreen->RastPort,20,20,300,200,0x00ff0000);
  24.  
  25. Works fine, but then:
  26.  
  27.   result=FillPixelArray(&CyberScreen->RastPort,60,60,300,200,0x0000ff00);
  28.  
  29. This line of code is never executed, nor are any other lines containing
  30. FillPixelArray !
  31.  
  32. What is the problem? Any help would be much appreciated.
  33.  
  34. My hardware: A4000/40 - Cybervision 64/4
  35. My software: CGraphX215u - CGraphX-DevKit release II - SAS 6.55 C-Compiler
  36. No compiler warnings.
  37.  
  38.  
  39. ---- E-Mail: Bart.Uyttenhove@ping.be ----
  40.  
  41. ---- Homepage: http://www.ping.be/~ping1960 ----
  42.  
  43.